home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Power Point 2000 / LearnKey - PowerPoint 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TBUFFERINGFORM / TBUFFERINGFORM.txt
Encoding:
Text File  |  1999-05-10  |  2.4 KB  |  118 lines

  1. object BufferingForm: TBufferingForm
  2.   Left = 421
  3.   Top = 346
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Buffering'
  7.   ClientHeight = 260
  8.   ClientWidth = 320
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GIFImage1: TGIFImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 320
  24.     Height = 260
  25.     AutoSize = True
  26.     FileName = 'D:\projects\splash\graphics\gifs\BufferingBk.GIF'
  27.   end
  28.   object Spin: TGIFImage
  29.     Left = 182
  30.     Top = 8
  31.     Width = 120
  32.     Height = 75
  33.     Animate = True
  34.     AutoSize = True
  35.     FileName = 'D:\projects\tester\robo\tester\graphics\Train.gif'
  36.     Loop = True
  37.     Speed = 1
  38.   end
  39.   object Percent: TLabelEffect
  40.     Left = 85
  41.     Top = 134
  42.     Width = 48
  43.     Height = 26
  44.     Alignment = taRightJustify
  45.     Caption = '100'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clGray
  48.     Font.Height = -24
  49.     Font.Name = 'Times New Roman'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object LabelEffect2: TLabelEffect
  55.     Left = 136
  56.     Top = 134
  57.     Width = 91
  58.     Height = 26
  59.     Caption = '% Done'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clGray
  62.     Font.Height = -24
  63.     Font.Name = 'Times New Roman'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     Transparent = True
  67.   end
  68.   object Banner1: TBanner
  69.     Left = 22
  70.     Top = 218
  71.     Width = 273
  72.     Height = 16
  73.     AutoEnable = False
  74.     ScrollInterval = 40
  75.     ScrollPixels = 2
  76.     Color = 7032931
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWhite
  79.     Font.Height = -13
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentColor = False
  83.     ParentFont = False
  84.   end
  85.   object ProgressBar1: TGauge
  86.     Left = 20
  87.     Top = 164
  88.     Width = 279
  89.     Height = 23
  90.     Color = 7032931
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWhite
  93.     Font.Height = -11
  94.     Font.Name = 'Times New Roman'
  95.     Font.Style = []
  96.     BackColor = 7032931
  97.     ParentColor = False
  98.     ParentFont = False
  99.     Progress = 0
  100.   end
  101.   object Memo1: TMemo
  102.     Left = 16
  103.     Top = 20
  104.     Width = 37
  105.     Height = 19
  106.     TabOrder = 0
  107.     Visible = False
  108.     WordWrap = False
  109.   end
  110.   object Timer1: TTimer
  111.     Enabled = False
  112.     Interval = 3000
  113.     OnTimer = Timer1Timer
  114.     Left = 10
  115.     Top = 44
  116.   end
  117. end
  118.